Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/RM00101
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: RM Customer MSTR Group Display Name: Receivables Customer Master Files
Physical Name: RM00101
Technical Name: RM_Customer_MSTR
Group Technical Name: RM_Customer_MSTR_Logical_File
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | CUSTNMBR ![]() | Customer Number | String | STR15_RM_Customer_Number | 15 | |
2 | CUSTNAME ![]() | Customer Name | String | STR64_Customer_Name | 64 | |
3 | CUSTCLAS ![]() | Customer Class | String | STR15_Customer_Class | 15 | |
4 | CPRCSTNM ![]() | Corporate Customer Number | String | STR15_RM_Customer_Number | 15 | |
5 | CNTCPRSN ![]() | Contact Person | String | STR60 | 60 | |
6 | STMTNAME ![]() | Statement Name | String | STR64 | 64 | |
7 | SHRTNAME ![]() | Short Name | String | STR15 | 15 | |
8 | ADRSCODE ![]() | Address Code | String | STR15_Address_Code | 15 | |
9 | UPSZONE ![]() | UPS Zone | String | STR3 | 3 | |
10 | SHIPMTHD ![]() | Shipping Method | String | STR15_Shipping_Method | 15 | |
Key to the Shipping Methods Master (SY03000).
Click to show/hideSELECT
['RM Customer MSTR'].SHIPMTHD AS 'RM Customer MSTR-Shipping Method'
,['Shipping Methods Master'].SHIPMTHD AS 'Shipping Methods Master-Shipping Method'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
SY03000 AS ['Shipping Methods Master']
ON
['RM Customer MSTR'].SHIPMTHD = ['Shipping Methods Master'].SHIPMTHD | ||||||
11 | TAXSCHID ![]() | Tax Schedule ID | String | STR15_Tax_Schedule_ID | 15 | |
Key to the Sales/Purchases Tax Schedule Header Master (TX00101).
Click to show/hideSELECT
['RM Customer MSTR'].TAXSCHID AS 'RM Customer MSTR-Tax Schedule ID'
,['Sales/Purchases Tax Schedule Header Master'].TAXSCHID AS 'Sales/Purchases Tax Schedule Header Master-Tax Schedule ID'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
TX00101 AS ['Sales/Purchases Tax Schedule Header Master']
ON
['RM Customer MSTR'].TAXSCHID = ['Sales/Purchases Tax Schedule Header Master'].TAXSCHID | ||||||
12 | ADDRESS1 ![]() | Address 1 | String | STR60 | 60 | |
13 | ADDRESS2 ![]() | Address 2 | String | STR60 | 60 | |
14 | ADDRESS3 ![]() | Address 3 | String | STR60 | 60 | |
15 | COUNTRY ![]() | Country | String | STR60 | 60 | |
16 | CITY ![]() | City | String | STR35 | 35 | |
17 | STATE ![]() | State | String | STR30_State | 29 | |
18 | ZIP ![]() | Zip | String | STR10 | 10 | |
19 | PHONE1 ![]() | Phone 1 | String | Phone_Number | 14 | |
20 | PHONE2 ![]() | Phone 2 | String | Phone_Number | 14 | |
21 | PHONE3 ![]() | Phone 3 | String | Phone_Number3 | 14 | |
22 | FAX ![]() | Fax | String | STR14_FAX | 14 | |
23 | PRBTADCD ![]() | Primary Billto Address Code | String | STR15_LBAU | 15 | |
24 | PRSTADCD ![]() | Primary Shipto Address Code | String | STR15_LBAU | 15 | |
25 | STADDRCD ![]() | Statement Address Code | String | STR15_LBAU | 15 | |
26 | SLPRSNID ![]() | Salesperson ID | String | STR15_Salesperson_ID | 15 | |
Key to the RM Salesperson Master (RM00301).
Click to show/hideSELECT
['RM Customer MSTR'].SLPRSNID AS 'RM Customer MSTR-Salesperson ID'
,['RM Salesperson Master'].SLPRSNID AS 'RM Salesperson Master-Salesperson ID'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
RM00301 AS ['RM Salesperson Master']
ON
['RM Customer MSTR'].SLPRSNID = ['RM Salesperson Master'].SLPRSNID | ||||||
27 | CHEKBKID ![]() | Checkbook ID | String | STR15_Checkbook_ID | 15 | |
Key to the CM Checkbook Master (CM00100).
Click to show/hideSELECT
['RM Customer MSTR'].CHEKBKID AS 'RM Customer MSTR-Checkbook ID'
,['CM Checkbook Master'].CHEKBKID AS 'CM Checkbook Master-Checkbook ID'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
CM00100 AS ['CM Checkbook Master']
ON
['RM Customer MSTR'].CHEKBKID = ['CM Checkbook Master'].CHEKBKID | ||||||
28 | PYMTRMID ![]() | Payment Terms ID | String | STR20_Payment_Terms_ID | 20 | |
Key to the Payment Terms Master (SY03300).
Click to show/hideSELECT
['RM Customer MSTR'].PYMTRMID AS 'RM Customer MSTR-Payment Terms ID'
,['Payment Terms Master'].PYMTRMID AS 'Payment Terms Master-Payment Terms ID'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
SY03300 AS ['Payment Terms Master']
ON
['RM Customer MSTR'].PYMTRMID = ['Payment Terms Master'].PYMTRMID | ||||||
29 | CRLMTTYP ![]() | Credit Limit Type | Integer | GB_Amt_Type | 0 | |
30 | CRLMTAMT ![]() | Credit Limit Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
31 | CRLMTPER ![]() | Credit Limit Period | Integer | DDL | 0 | |
32 | CRLMTPAM ![]() | Credit Limit Period Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
33 | CURNCYID ![]() | Currency ID | String | STR15_Currency_ID | 15 | |
Key to the Currency Setup (MC40200).
Click to show/hideSELECT
['RM Customer MSTR'].CURNCYID AS 'RM Customer MSTR-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['RM Customer MSTR'].CURNCYID = ['Currency Setup'].CURNCYID | ||||||
34 | RATETPID ![]() | Rate Type ID | String | STR15_Rate_Type_ID | 15 | |
Key to the Multicurrency Rate Type Setup (MC40100).
Click to show/hideSELECT
['RM Customer MSTR'].RATETPID AS 'RM Customer MSTR-Rate Type ID'
,['Multicurrency Rate Type Setup'].RATETPID AS 'Multicurrency Rate Type Setup-Rate Type ID'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
MC40100 AS ['Multicurrency Rate Type Setup']
ON
['RM Customer MSTR'].RATETPID = ['Multicurrency Rate Type Setup'].RATETPID | ||||||
35 | CUSTDISC ![]() | Customer Discount | Integer | INT5_%2 | 5 | |
36 | PRCLEVEL ![]() | PriceLevel | String | STR10_LBAU | 10 | |
37 | MINPYTYP ![]() | Minimum Payment Type | Integer | GB_Amt_Type | 0 | |
38 | MINPYDLR ![]() | Minimum Payment Dollar | Currency | DLR17_RBS0_UTR$ | 17 | |
39 | MINPYPCT ![]() | Minimum Payment Percent | Integer | INT5_%2 | 5 | |
40 | FNCHATYP ![]() | Finance Charge Amt Type | Integer | GB_Amt_Type | 0 | |
41 | FNCHPCNT ![]() | Finance Charge Percent | Integer | INT5_%2 | 5 | |
42 | FINCHDLR ![]() | Finance Charge Dollar | Currency | DLR17_RBS0_UTR$ | 17 | |
43 | MXWOFTYP ![]() | Maximum Writeoff Type | Integer | GP_Max_Writeoff | 0 | |
44 | MXWROFAM ![]() | Max Writeoff Amount | Currency | DLR17_RBS0_UTR$ | 17 | |
45 | COMMENT1 ![]() | Comment1 | String | STR30 | 30 | |
46 | COMMENT2 ![]() | Comment2 | String | STR30 | 30 | |
47 | USERDEF1 ![]() | User Defined 1 | String | STR20 | 20 | |
48 | USERDEF2 ![]() | User Defined 2 | String | STR20 | 20 | |
49 | TAXEXMT1 ![]() | Tax Exempt 1 | String | STR25 | 25 | |
50 | TAXEXMT2 ![]() | Tax Exempt 2 | String | STR25 | 25 | |
51 | TXRGNNUM ![]() | Tax Registration Number | String | STR25 | 25 | |
52 | BALNCTYP ![]() | Balance Type | Integer | GB_Bal_Type | 0 | |
53 | STMTCYCL ![]() | Statement Cycle | Integer | DDL_Stmt_Cycle | 0 | |
54 | BANKNAME ![]() | Bank Name | String | STR30 | 30 | |
55 | BNKBRNCH ![]() | Bank Branch | String | STR20 | 20 | |
56 | SALSTERR ![]() | Sales Territory | String | STR15_Sales_Territory | 15 | |
Key to the Sales Territory Master File (RM00303).
Click to show/hideSELECT
['RM Customer MSTR'].SALSTERR AS 'RM Customer MSTR-Sales Territory'
,['Sales Territory Master File'].SALSTERR AS 'Sales Territory Master File-Sales Territory'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
RM00303 AS ['Sales Territory Master File']
ON
['RM Customer MSTR'].SALSTERR = ['Sales Territory Master File'].SALSTERR | ||||||
57 | DEFCACTY ![]() | Default Cash Account Type | Integer | GB | 0 | |
58 | RMCSHACC ![]() | RM Cash Account Index | Long Integer | LI_14 | 14 | |
59 | RMARACC ![]() | RM AR Account Index | Long Integer | LI_14 | 14 | |
60 | RMSLSACC ![]() | RM Sales Account Index | Long Integer | LI_14 | 14 | |
61 | RMIVACC ![]() | RM IV Account Index | Long Integer | LI_14 | 14 | |
62 | RMCOSACC ![]() | RM Cost Of Sales Account Index | Long Integer | LI_14 | 14 | |
63 | RMTAKACC ![]() | RM Discounts Taken Account Index | Long Integer | LI_14 | 14 | |
64 | RMAVACC ![]() | RM Discounts Avail Account Index | Long Integer | LI_14 | 14 | |
65 | RMFCGACC ![]() | RM Finance Charge Account Index | Long Integer | LI_14 | 14 | |
66 | RMWRACC ![]() | RM Writeoff Account Index | Long Integer | LI_14 | 14 | |
67 | RMSORACC ![]() | RM Sales Order Returns Account Index | Long Integer | LI_14 | 14 | |
68 | FRSTINDT ![]() | First Invoice Date | Date | DT_Date | 6 | |
69 | INACTIVE ![]() | Inactive | Boolean | CB_Inactive | 0 | |
70 | HOLD ![]() | Hold | Boolean | CB_Hold | 0 | |
71 | CRCARDID ![]() | Credit Card ID | String | STR15 | 15 | |
72 | CRCRDNUM ![]() | Credit Card Number | String | STR20 | 20 | |
73 | CCRDXPDT ![]() | Credit Card Exp Date | Date | DT_Date | 6 | |
74 | KPDSTHST ![]() | Keep Distribution History | Boolean | CB_Keep_Dist_History | 0 | |
75 | KPCALHST ![]() | Keep Calendar History | Boolean | CB_Keep_Calendar_History | 0 | |
76 | KPERHIST ![]() | Keep Period History | Boolean | CB_Keep_Period_History | 0 | |
77 | KPTRXHST ![]() | Keep Trx History | Boolean | CB_Keep_Trx_History | 0 | |
78 | NOTEINDX ![]() | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['RM Customer MSTR'].NOTEINDX AS 'RM Customer MSTR-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['RM Customer MSTR'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
79 | CREATDDT ![]() | Created Date | Date | DT | 8 | |
80 | MODIFDT ![]() | Modified Date | Date | DT | 8 | |
81 | Revalue_Customer ![]() | Revalue Customer | Boolean | CB Revalue Customer | 0 | |
82 | Post_Results_To ![]() | Post Results To | Integer | GB | 0 | |
83 | FINCHID ![]() | Finance Charge ID | String | STR15_Charge_ID | 15 | |
84 | GOVCRPID ![]() | Governmental Corporate ID | String | STR30_Gov_Corp_ID | 30 | |
85 | GOVINDID ![]() | Governmental Individual ID | String | STR30_Gov_Indiv_ID | 30 | |
86 | DISGRPER ![]() | Discount Grace Period | Integer | INT2_U0 | 2 | |
87 | DUEGRPER ![]() | Due Date Grace Period | Integer | INT2_U0 | 2 | |
88 | DOCFMTID ![]() | Document Format ID | String | STR15_LBU | 15 | |
89 | Send_Email_Statements ![]() | Send Email Statements | Boolean | CB | 0 | |
90 | USERLANG ![]() | User Language ID | Integer | INT | 0 | |
91 | GPSFOINTEGRATIONID ![]() | GPSFO Integration ID | String | STR30 | 30 | |
92 | INTEGRATIONSOURCE ![]() | Integration Source | Integer | INT | 0 | |
93 | INTEGRATIONID ![]() | Integration ID | String | STR30 | 30 | |
94 | ORDERFULFILLDEFAULT ![]() | Order Fulfillment Shortage Default | Integer | DDL_OrderFulfillDefault | 0 | |
95 | CUSTPRIORITY ![]() | Customer Priority | Integer | DDL_CustomerPriority | 0 | |
96 | CCode ![]() | Country Code | String | STR6_VAT | 6 | |
Key to the VAT Country Code MSTR (VAT10001).
Click to show/hideSELECT
['RM Customer MSTR'].CCode AS 'RM Customer MSTR-Country Code'
,['VAT Country Code MSTR'].CCode AS 'VAT Country Code MSTR-Country Code'
FROM
RM00101 AS ['RM Customer MSTR']
INNER JOIN
VAT10001 AS ['VAT Country Code MSTR']
ON
['RM Customer MSTR'].CCode = ['VAT Country Code MSTR'].CCode | ||||||
97 | DECLID ![]() | Declarant ID | String | STR15_Address_Code | 15 | |
98 | RMOvrpymtWrtoffAcctIdx ![]() | RM Overpayment Writeoff Account Index | Long Integer | LI_14 | 14 | |
99 | SHIPCOMPLETE ![]() | Ship Complete Document | Boolean | CB_ShipComplete | 0 | |
100 | CBVAT ![]() | Cash Based VAT | Boolean | CB_CashBasedVAT | 0 | |
101 | INCLUDEINDP ![]() | Include in Demand Planning | Boolean | CB_IncludeInDemandPlanning | 0 |